Overload List

  Name Description
Public method FindGreater(Object, Boolean, Order)

Finds items with keys greater than the specified value.

Implements IIndexScanner(T).FindGreater(object,bool,Order)

(Inherited from Index<(Of <(<'T>)>)>.)
Public method FindGreater(TKey, Boolean, Func<(Of <<'(TKey, Boolean>)>>), Order)
Finds items with keys greater than the specified value.

See Also